home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libgpod-common / copyright < prev   
Text File  |  2009-07-13  |  9KB  |  209 lines

  1. This package was debianized by Sebastien Bacher <seb128@debian.org> on
  2. Tue, 22 Nov 2005 10:46:59 +0100.
  3. Current maintainer is Frank Lichtenheld <djpig@debian.org>.
  4.  
  5. It was downloaded from http://www.gtkpod.org/downloads.html
  6.  
  7. Copyright Holders:
  8.  
  9. Copyright (C) 2002-2007 Jorg Schuler <jcsjcs at users.sourceforge.net>
  10.  (original gtkpod code)
  11. Copyright (C) 2005-2009 Christophe Fergeau <teuf at gnome.org>
  12.  (libraryfication and API documentation)
  13. Copyright (C) 2005-2007 Nick Piper <nick-gtkpod at nickpiper co uk>
  14.  (Python bindings)
  15. Copyright 2005 Steve Wahl <steve at pro-ns dot net>
  16.  (parts of src/itdb_itunesdb.c)
  17. Copyright (C) 2007 Emmanuele Bassi  <ebassi@gnome.org>
  18. Copyright (C) 1995 A.M. Kuchling
  19. Copyright (C) 2006 Dave Benson
  20.  (src/gchecksum.c)
  21. Copyright (c) 20060423 Thomas Perl <thp at perli.net>
  22.  (bindings/python/examples/create_mp3_tags_from_itdb.py)
  23. Copyright (c) 2006 Michael McLellan <mikey@mclellan.org.nz>
  24.  (tests/test-photos.c)
  25. Copyright (C) 2006-2008 Alejandro Lamas Davi├▒a <alejandro.lamas@ific.uv.es>
  26.  (po/es.po)
  27. Copyright (C) 2003 David Le Brun
  28. Copyright (C) 2005-2008 ├ëric Lassauge
  29.  (po/fr.po)
  30. Copyright (C) 2008 Assaf Gillat <gillata@gmail.com>
  31.  (po/he.po)
  32. Copyright (C) 2003 Edward Matteucci
  33. Copyright (C) 2007-2008 Daniele Forsi <daniele@forsi.it>
  34.  (po/it.po)
  35. Copyright (C) 2004-2008 Stefan Asserh├ñll <stefan.asserhall@comhem.se>
  36.  
  37. License:
  38.  
  39.     This package is free software; you can redistribute it and/or
  40.     modify it under the terms of the GNU Lesser General Public
  41.     License as published by the Free Software Foundation; either
  42.     version 2.1 of the License, or (at your option) any later version.
  43.  
  44.     This package is distributed in the hope that it will be useful,
  45.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  46.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  47.     Lesser General Public License for more details.
  48.  
  49.     You should have received a copy of the GNU Lesser General Public
  50.     License along with this package; if not, write to the Free Software
  51.     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  52.  
  53. On Debian systems, the complete text of the GNU Lesser General
  54. Public License can be found in `/usr/share/common-licenses/LGPL'.
  55.  
  56. tests/test-checksum.c,
  57. tests/test-covers.c,
  58. tests/test-write-covers.c,
  59. src/itdb_sha1.c:
  60.  3-clause BSD license, see /usr/share/common-licenses/BSD
  61.  
  62. tests/test-rebuild-db.cc:
  63. * Permission is hereby granted, free of charge, to any person obtaining a copy
  64.  * of this software and associated documentation files (the "Software"), to
  65.  * deal in the Software without restriction, including without limitation the
  66.  * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  67.  * sell copies of the Software, and to permit persons to whom the Software is
  68.  * furnished to do so, subject to the following conditions:
  69.  *
  70.  * The above copyright notice and this permission notice shall be included in
  71.  * all copies or substantial portions of the Software.
  72.  *
  73.  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  74.  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  75.  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  76.  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  77.  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  78.  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  79.  * IN THE SOFTWARE.
  80.  
  81. tests/test-fw-id.c,
  82. tests/test-ls.c:
  83. |   This program is free software; you can redistribute it and/or modify
  84. |   it under the terms of the GNU General Public License as published by
  85. |   the Free Software Foundation; either version 2 of the License, or
  86. |   (at your option) any later version.
  87. |
  88. |   This program is distributed in the hope that it will be useful,
  89. |   but WITHOUT ANY WARRANTY; without even the implied warranty of
  90. |   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  91. |   GNU General Public License for more details.
  92. |
  93. |   You should have received a copy of the GNU General Public License
  94. |   along with this program; if not, write to the Free Software
  95. |   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  96.  
  97. On Debian systems, the complete text of the GNU General
  98. Public License can be found in `/usr/share/common-licenses/GPL'.
  99.  
  100. src/gchecksum.c (Parts):
  101. /* This MD5 digest computation is based on the equivalent code
  102.  * written by Colin Plumb. It came with this notice:
  103.  *
  104.  * This code implements the MD5 message-digest algorithm.
  105.  * The algorithm is due to Ron Rivest.  This code was
  106.  * written by Colin Plumb in 1993, no copyright is claimed.
  107.  * This code is in the public domain; do with it what you wish.
  108.  *
  109.  * Equivalent code is available from RSA Data Security, Inc.
  110.  * This code has been tested against that, and is equivalent,
  111.  * except that you don't need to include two pages of legalese
  112.  * with every copy.
  113.  */
  114. /*
  115.  *  sha.h : Implementation of the Secure Hash Algorithm
  116.  *
  117.  * Part of the Python Cryptography Toolkit, version 1.0.0
  118.  *
  119.  * Copyright (C) 1995, A.M. Kuchling
  120.  *
  121.  * Distribute and use freely; there are no restrictions on further
  122.  * dissemination and usage except those imposed by the laws of your
  123.  * country of residence.
  124.  *
  125.  */
  126.  
  127. src/sha1.c:
  128. /* (PD) 2001 The Bitzi Corporation
  129.  * Please see file COPYING or http://bitzi.com/publicdomain
  130.  * for more info.
  131.  *
  132.  * NIST Secure Hash Algorithm
  133.  * heavily modified by Uwe Hollerbach <uh@alumni.caltech edu>
  134.  * from Peter C. Gutmann's implementation as found in
  135.  * Applied Cryptography by Bruce Schneier
  136.  * Further modifications to include the "UNRAVEL" stuff, below
  137.  *
  138.  * This code is in the public domain
  139.  *
  140.  * $Id: sha1.c,v 1.1 2005-12-28 18:06:50 tpm Exp $
  141.  */
  142. The referenced website includes this longer explanation:
  143. /* (PD) 2006 The Bitzi Corporation
  144.  * 
  145.  * 1. Authorship. This work and others bearing the above 
  146.  * label were created by, or on behalf of, the Bitzi 
  147.  * Corporation. Often other public domain material by
  148.  * other authors is incorporated; this should be clear 
  149.  * from notations in the source code. If other non-
  150.  * public-domain code or libraries are included, this is
  151.  * is done under those works' respective licenses.
  152.  * 
  153.  * 2. Release. The Bitzi Corporation places its portion
  154.  * of these labelled works into the public domain, 
  155.  * disclaiming all rights granted us by copyright law. 
  156.  *
  157.  * Bitzi places no restrictions on your freedom to copy, 
  158.  * use, redistribute and modify this work, though you 
  159.  * should be aware of points (3), (4), and (5) below.
  160.  * 
  161.  * 3. Trademark Advisory. The Bitzi Corporation reserves 
  162.  * all rights with regard to any of its trademarks which 
  163.  * may appear herein, such as "Bitzi", "Bitcollider", or
  164.  * "Bitpedia". Please take care that your uses of this 
  165.  * work do not infringe on our trademarks or imply our 
  166.  * endorsement. For example, you should change labels 
  167.  * and identifier strings in your derivative works where 
  168.  * appropriate.
  169.  * 
  170.  * 4. Licensed portions. Some code and libraries may be
  171.  * incorporated in this work in accordance with the 
  172.  * licenses offered by their respective rightsholders. 
  173.  * Further copying, use, redistribution and modification
  174.  * of these third-party portions remains subject to 
  175.  * their original licenses.
  176.  * 
  177.  * 5. Disclaimer. THIS SOFTWARE IS PROVIDED BY THE AUTHOR 
  178.  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 
  179.  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
  180.  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
  181.  * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE 
  182.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  183.  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
  184.  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
  185.  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
  186.  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
  187.  * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 
  188.  * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 
  189.  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 
  190.  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  191.  *
  192.  * Please see http://bitzi.com/publicdomain or write
  193.  * info@bitzi.com for more info.
  194.  */
  195.  
  196.  
  197. docs/reference/:
  198.  
  199. Permission is granted to copy, distribute and/or modify this document under the
  200. terms of the GNU Free Documentation License, Version 1.1 or any later version
  201. published by the Free Software Foundation with no Invariant Sections, no
  202. Front-Cover Texts, and no Back-Cover Texts. You may obtain a copy of the GNU
  203. Free Documentation License from the Free Software Foundation by visiting their
  204. Web site or by writing to: Free Software Foundation, Inc., 51 Franklin St,
  205. Fifth Floor, Boston, MA 02110-1301, USA.
  206.  
  207. On Debian systems, the complete text of the GNU Free Documentation License
  208. can be found in `/usr/share/common-licenses/GFDL'.
  209.